Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(http): increase idle conns from 2 to 10 #20

Merged
merged 3 commits into from
Dec 25, 2023
Merged

Conversation

KyleSanderson
Copy link
Collaborator

qbittorrent.go Outdated
ReadBufferSize: 65536,
WriteBufferSize: 65536,
TLSClientConfig: &tls.Config{
InsecureSkipVerify: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably still use cfg.TLSSkipVerify instead of always true?

@zze0s zze0s changed the title fix(http): increase idle conns to 10 from 2. feat(http): increase idle conns from 2 to 10 Dec 25, 2023
@zze0s zze0s merged commit 93b64d3 into main Dec 25, 2023
1 check passed
@zze0s zze0s deleted the fix/http/pipelining branch December 25, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants